Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Objects /
Chapter 7 - View-Related Objects / View-Related Objects Reference
View Device Functions / Manipulating View Device Object Properties


GXGetViewDeviceAttributes

You can use the GXGetViewDeviceAttributes function to determine which attributes of a view device object are set.

gxDeviceAttribute GXGetViewDeviceAttributes(gxViewDevice source);
source
A reference to the view device whose attributes you wish to examine.
function result
The view device attributes of the source view device.
ERRORS, WARNINGS, AND NOTICES
Errors 
invalid_viewDevice_reference 
SEE ALSO
View device attributes are described in the section "View Device Attributes" on page 7-27.

To set a view device's attributes, use the GXSetViewDeviceAttributes function, described next.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996